Match "preedit-changed" to "preedit_changed" to be consistent to the spec.
author0 <tajima@eng.sun.com>
Fri, 1 Dec 2000 04:07:38 +0000 (04:07 +0000)
committerHidetoshi Tajima <tajima@src.gnome.org>
Fri, 1 Dec 2000 04:07:38 +0000 (04:07 +0000)
2000-11-30    <tajima@eng.sun.com>

* gtk/gtkimcontextsimple.c (check_table):
Match "preedit-changed" to "preedit_changed" to be consistent
to the spec.

gtk/gtkimcontextsimple.c

index 35ecaefffe70cfd4f5a5ed962ede75eb13546a50..990fedad4e14264d667b0151427de4d3fbc65620 100644 (file)
@@ -828,7 +828,7 @@ gtk_im_context_simple_commit_char (GtkIMContext *context,
       context_simple->tentative_match = 0;
       context_simple->tentative_match_len = 0;
       gtk_signal_emit_by_name (GTK_OBJECT (context_simple),
-                              "preedit-changed");
+                              "preedit_changed");
     }
 
   gtk_signal_emit_by_name (GTK_OBJECT (context), "commit", &buf);
@@ -900,7 +900,7 @@ check_table (GtkIMContextSimple    *context_simple,
                  context_simple->tentative_match_len = n_compose;
 
                  gtk_signal_emit_by_name (GTK_OBJECT (context_simple),
-                                          "preedit-changed");
+                                          "preedit_changed");
 
                  return TRUE;
                }